<name>Lucretius Bones</name>
<profession>Archeologist</profession>
<dialogue>
  <greeting>
    <reply>
      <if><random>120</random></if>
      <text>Oh, travellers. Well, it's an open board. I'll be modding along, minding my own business.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>It is not Tomfoolery day again, is it? I've been bothered with enough pranks and hoaxes to last a lifetime.
      </text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What are you doing, digging into the dirt?</text>
      <npc>
        <reply>
          <text>I'm an archeologist, [class], not some digger. The earth reveals our past.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Are you searching for something specific?</text>
      <npc>
        <reply>
          <text>The professor has us looking for Centaur bones, of all things. Of course, everyone knows that such beasts only exist in fairytales, just like the White Goblin that those Ravenshorers keep going on about, putting the fear into little children. Before you know it, they will tell you a dozen ways to get to Vori, too.</text>
          <return>vori</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Right...</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <vori>
    <option>
      <text>How can we get to Vori?</text>
      <npc>
        <reply>
          <text>You cannot! It is all lies designed to fool newcomers, I tell you. A mythical snow-covered isle in the north, pfah. The pirates will get you, that much is certain. Stay on the continent, safe is what you know.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </vori>
</dialogue>